github.com/coder/websocket.mu.ch (field)

6 uses

	github.com/coder/websocket (current package)
		conn.go#L263: 	ch chan struct{}
		conn.go#L269: 		ch: make(chan struct{}, 1),
		conn.go#L274: 	m.ch <- struct{}{}
		conn.go#L279: 	case m.ch <- struct{}{}:
		conn.go#L292: 	case m.ch <- struct{}{}:
		conn.go#L309: 	case <-m.ch: